'Usage Dim instance As NotifyCollectionBase(Of T) Dim item As T Dim value As System.Boolean value = instance.Remove(item)
Parameters
- item
- The item to remove from the collection.
Return Value
true
if the item is successfully removed; otherwise, false
.